home *** CD-ROM | disk | FTP | other *** search
/ Palm Utilities / Palm_Utilities_CD-ROM_2001_2001.iso / files / utils database / List 0.98 / listlite.exe / readme.txt < prev    next >
Encoding:
Text File  |  2000-07-03  |  3.3 KB  |  98 lines

  1. List 0.99
  2.  
  3. List is compatible with ALL versions of PalmOS. (PalmOS1.0 -> PalmOS3.5)
  4.  
  5. ** Did you download the right version?? **  
  6. listlite.zip - English version of List
  7. listintl.zip - Translations of List (ie: all other versions)
  8.  
  9. list.prc   - the pilot application (English)
  10. listfr.prc - the pilot application (French)
  11. listgr.prc - the pilot application (German)
  12. listjp.prc - the pilot application (Japanese)
  13. listru.prc - the pilot application (Russian)
  14. listdk.prc - the pilot application (Danish)
  15. listsp.prc - the pilot application (Spanish)
  16.  
  17. [NOTE: only install ONE of the .prc files!  Choose the appropriate language.]
  18.  
  19. listdb.exe - the PC companion program for List
  20. listdb.lnx - the Linux companion program for List.
  21.              Compiled for RedHat 6.0
  22.  
  23. For a Windows based companion program visit the list website and
  24. download WListDB by Olaf Martens martens@manhattan.lt.
  25.  
  26. My thanks go to the many contributors that have helped 
  27. make List a better program.  The new translations were
  28. done by:
  29.  
  30. French - Laurent Poujoulat (lpoujoulat@attglobal.net)
  31. German - Jens Albrecht
  32. Japanese - Yutakano (yutakano@tim.hi-ho.ne.jp)
  33. Russian - Valery Sukhanov (valery@neuhaus.ru)
  34. Danish - Henrik Clausen
  35. Spanish - Rivero Alberto (arivero@sade.com.ar)
  36.  
  37. The List program should be so easy to use you won't need any
  38. documentation :)  If for some reason this isn't true, please
  39. visit the web site: http://www.magma.ca/~roo/list/list.html
  40.  
  41. New in 0.99:
  42. ------------
  43. Added spanish version
  44. Fixed quick scroll algorithm (fast!)
  45. Moved most english strings to .rc (better international support)
  46. Fixed OS3.5 fatal exception
  47. Cleaned up problems with FldSetText
  48. Removed 12 database limit (PalmOS2.0 and later)
  49.  
  50. To Do:
  51. ------
  52. Website rework (gee how long has this been on the todo?)
  53. Review translations for correctness, UI layout.
  54. Check out Launch'Em and its sysAppLaunchCmdOpenDB (post PalmOS3 feature?)
  55. Make use of TextManager (better international support) OS3.1 and later..
  56. On post-V10 OS use appropriate calls
  57. Try to make tabs display a little nicer (same defect as the AddressBook)
  58. Copy/duplicate record? (maybe)
  59. Investigate SysUIAppSwitch to launch "plug-ins"
  60. Use hardware keys for scroll up/down in select screen
  61. Add delete to view screen?
  62. Show category on main view?  Show note on main view? More display options?
  63. Minor UI bug, use next field/prev field graffiti stroke doesn't get upppercase?
  64. List doesn't like its databases in FLASH ROM (TRG Pro,Visor)?
  65.  
  66. -------------------------------------------------------------
  67.  
  68. listdb.exe & listdb.lnx instructions:
  69.  
  70. Example input file:
  71. ===cut===
  72. databasename,customfield1,customfield2,category1,category2
  73. category1,field1data,field2data,notedata
  74. ===cut===
  75.  
  76. Cut the text above and put the two lines into a normal text file.  For
  77. example use notepad to create the file test.txt with these two lines. 
  78. Then run the listdb program from a MsDOS command prompt:
  79.  
  80. listdb -c test.pdb test.txt
  81.  
  82. Then install the resulting test.pdb file.
  83.  
  84. More detailed examples and instructions on the web site
  85. http://www.magma.ca/~roo/list/list.html
  86.  
  87. -------------------------------------------------------------
  88.  
  89. List is freeware, it may be distributed freely, but not sold
  90. or included in for-profit collections without written permission
  91. from the author.
  92.  
  93. roo@magma.ca
  94.  
  95.  
  96.  
  97.  
  98.